Raster Offscreen Plane Structure
The raster offscreen plane structure, of data typegxOffscreenPlaneRec
, defines the format of one plane in the offscreen planar area.
struct gxOffscreenPlaneRec { gxViewPort theViewPort; gxViewDevice theDevice; gxViewGroup theViewGroup; gxShape theBitmap; gxBitMap theBits; }; typedef struct gxOffscreenPlaneRec gxOffscreenPlaneRec;
Field Description
theViewPort
- The view port for this offscreen plane.
theDevice
- The view device for this offscreen plane.
theViewGroup
- The view group for this offscreen plane.
theBitmap
- The shape object that represents the offscreen bitmap.
theBits
- The actual bitmap data for this area.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help